Meta released Code Llama, a large language model (LLM) that can use text prompts to generate and discuss code, on August 24, 2023. It has been built on Llama 2 as a foundational model and is free for research and commercial use. Click here to read the news annoucment published by Meta.
The below visualization depicts the foundational building block of Llama 2, and an approach to build your own custom model on top of it:
Key deliverables/artifacts, which can be accessed by following links below:
- GitHub Repository for Code LLama
- Request Access to Download Code LLama
- Research Paper on Code Llama
- Introduction to Code Llama
- Hugging Faces Space – Code Llama Chat Playground (See example below)
- Hugging Faces Space – Code Llama Code Completion Playground (See example below)
Code Llama Playground – Text to Code Experience
Prompt: Create a Binary Search Program in Java
Code Llama Playground – Code Completion Experience
Prompt: public static void binarySearch(int arr[], int first, int last, int key)
Disclaimer:
All data and information provided on this blog are for informational purposes only. All the image sources used are for reference only. The author makes no representations as to the accuracy, completeness, correctness, suitability, or validity of any information on this blog and will not be liable for any errors, omissions, or delays in this information or any losses, injuries, or damages arising from its display or use. This is a personal view and the opinions expressed here represent my own and not those of my employer or any other organization.